home *** CD-ROM | disk | FTP | other *** search
/ 101 OnLy ThE BeSt GaMeS 6 / 101 OnLy ThE BeSt GaMeS 6.iso / bonus / sfdemo / uinstme1.bat < prev   
Encoding:
DOS Batch File  |  1996-09-06  |  483 b   |  22 lines

  1. echo off
  2. cls
  3. echo Special Game Uninstallation Instructions (C)1996, Tech Express, Inc.
  4. echo ==============================================================
  5. echo This program is going remove the files of C:\GAMES\SF3000\*.*
  6. echo . 
  7. echo from your local hard disk.
  8. echo . 
  9. echo Just answer Y when the message DELTREE appears if you want to
  10. echo. 
  11. echo remove this game; answer N if you want to keep the game.
  12. echo . 
  13. Echo . 
  14. pause
  15. C:
  16. CD \
  17. deltree games\sf3000
  18.  
  19.  
  20.  
  21. 
  22.